STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Basic-adverseevent-example.xml

Raw XML (canonical form)

Example of QICore AdverseEvent (id = "basic-adverseevent-example")

<Basic xmlns="http://hl7.org/fhir">
  <id value="basic-adverseevent-example"/>  
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: basic-adverseevent-example</p><p><b>code</b>: Adverse Event <span>(Details : {http://hl7.org/fhir/basic-resource-type code 'advevent' = 'Adverse Event)</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>created</b>: 16/09/2015</p><p><b>author</b>: <a>Practitioner/example</a></p></div></text><extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause">
    <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#item">
      <valueReference>
        <reference value="Medication/qicore"/>
      </valueReference>
    </extension>  
    <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-cause#certainty">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="410605003"/> <!--    Confirmed present    -->
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-type">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/qicore-adverseevent-type"/>
        <code value="unsafe"/>
        <display value="Eruption due to drug (disorder)"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/qicore-adverseevent-period">
    <valuePeriod>
      <start value="2014-01-14"/>
      <end value="2014-01-15"/>
    </valuePeriod>
  </extension>  
  <code>
    <coding>
      <system value="http://hl7.org/fhir/basic-resource-type"/>
      <code value="advevent"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <created value="2015-09-16"/>
  <author>
    <reference value="Practitioner/example"/>
  </author>
</Basic>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.